WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridDetailRow<TItem> Class / AllowCustomCells Property
In This Topic
    AllowCustomCells Property (GridDetailRow<TItem>)
    In This Topic
    When set to true the methods GetCellKind, CreateCell, BindCell and UnbindCell will be called allowing customized cells, inheriting from GridCellView.
    Syntax
    protected bool AllowCustomCells {get; set;}
    See Also